From f1641cf566df16469a7b6ed33ba4fd9be321f394 Mon Sep 17 00:00:00 2001 From: Santiago Vila Date: Mon, 11 May 2026 00:35:00 +0200 Subject: [PATCH] Skip flaky test Forwarded: https://bugs.kde.org/show_bug.cgi?id=519399 Gbp-Pq: Name skip-flaky-test.patch --- autotests/threadingtest.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autotests/threadingtest.cpp b/autotests/threadingtest.cpp index add48ee..3828f1c 100644 --- a/autotests/threadingtest.cpp +++ b/autotests/threadingtest.cpp @@ -15,6 +15,10 @@ class ThreadingTest : public AbstractRunnerTest AbstractRunner *fakeRunner = nullptr; private Q_SLOTS: + void initTestCase() + { + QSKIP("Flaky test skipped"); + } void init() { initProperties(); -- 2.30.2